fix: iOS production 배포 준비와 보안 흐름 보강 - #22
Open
manNomi wants to merge 6 commits into
Open
Conversation
보안/데이터 유실 수정: - refresh 실패 시 인증 상태만 초기화하고 미동기화 리캡 초안·여행 세션은 보존, 계정 전환 시 다른 계정 데이터가 렌더 이전에 격리되도록 처리 - 여행 종료 Log 확정 게이트를 전역이 아닌 현재 세션 pending action 기준으로 축소 - 업로드 사진 조회를 인증 API(GET /v1/uploads/:fileId) 기반으로 전환, 이미지 소스가 우리 API origin에만 토큰을 부착하도록 제한 - iOS Privacy Manifest에 실제 수집 데이터(이메일/위치/사진) 선언, targetSdk 고정 - 저장 버튼 더블탭 시 중복 idempotency key 생성 방지, 라이브러리 목록 페이지네이션 보존 이 브랜치에는 위 수정과 함께 커밋되지 않은 채 남아있던 로그인/온보딩/라이브러리 화면 등 진행 중이던 변경사항도 포함되어 있습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
SoundLogServer moved from AWS EC2 to a GCP Compute Engine VM, with Caddy terminating HTTPS for api.soundlog.shop directly on the VM. Updates EAS build env, docs, and the Vercel API-origin guard scripts to match (api.soundlog.shop was previously deny-listed as a stale origin from an earlier iteration; it's the current origin again). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
manNomi
marked this pull request as ready for review
August 1, 2026 11:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
api.soundlog.shop으로 일원화했습니다.검증
npm cinpm run typechecknpm test -- --run(8 files, 52 tests)npm run doctor(18/18)npm run check:store-releaseSOUNDLOG_SERVER_ROOT=/Users/manwook-han/Desktop/hmw/code/apps/soundlog/SoundLogServer npm run check:server-contractnpm audit --omit=dev --json(production vulnerabilities 0)참고